projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d95d9b2
)
Require 'cl when compiling.
author
Andreas Schwab
<schwab@suse.de>
Wed, 7 May 2008 12:52:22 +0000
(12:52 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 7 May 2008 12:52:22 +0000
(12:52 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/window.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index dbbf90660e7deb03bb40b12ac1e5b26c50cb92f8..e276d537995785e02b879773e6ed238fc032440b 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2008-05-07 Andreas Schwab <schwab@suse.de>
+
+ * window.el: Require 'cl when compiling.
+
2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dispatcher.el (vc-dir-insert-directories): Default to t.
diff --git
a/lisp/window.el
b/lisp/window.el
index 50e01cae718dbfe0ecc2069abb3fee0ac63fd98f..1b6adf054cfb984be5baaba163f676cda13d734c 100644
(file)
--- a/
lisp/window.el
+++ b/
lisp/window.el
@@
-27,6
+27,8
@@
;;; Code:
+(eval-when-compile (require 'cl))
+
(defvar window-size-fixed nil
"*Non-nil in a buffer means windows displaying the buffer are fixed-size.
If the value is `height', then only the window's height is fixed.